box.error.clear()
-
box.error.clear()¶ Clear the errors.
Example
box.error.clear() --[[ --- ... --]] box.error.last() --[[ --- - null ... --]]
box.indexbox.error.clear()¶Clear the errors.
Example
box.error.clear()
--[[
---
...
--]]
box.error.last()
--[[
---
- null
...
--]]